Traverse the Tree starting from its root Node applying a visitor at all nodes.
NOTE: if you are sure that TreeVisitor is nothrow, you can use this method
See Implementation
Traverse the Tree starting from its root Node applying a visitor at all nodes.
NOTE: if you are sure that TreeVisitor is nothrow, you can use this method